Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for cache namespace #8

Closed
wants to merge 1 commit into from

Conversation

jcberquist
Copy link

Also adds back support for idle parameter in put() method to support
session timeouts, including a workaround for new sessions being cached
with an idle value of -1

Also adds back support for idle parameter in put() method to support
session timeouts, including a workaround for new sessions being cached
with an idle value of -1
@CLAassistant
Copy link

CLAassistant commented Oct 25, 2019

CLA assistant check
All committers have signed the CLA.

@jcberquist jcberquist closed this Jun 2, 2020
@jcberquist jcberquist deleted the support-namespace branch June 2, 2020 23:09
@MordantWastrel
Copy link

@jcberquist This would be a great feature to have! Why was this closed?

@jcberquist
Copy link
Author

@MordantWastrel I closed it after the recent updates to the extension. I would have had to redo it to make it work again, and it didn't seem likely to be accepted at this point, given how long it had been sitting here :)

Further, the changes were a bit problematic for my use cases since the extension has moved to using ObjectInputStream/ObjectOutputStream for serialization - that improves performance I am sure, but it prevents interop with other (non Lucee/Java) redis clients, which I need. So I decided that while I would continue to keep an eye on this extension, I would just continue using my own fork for the present.

@MordantWastrel
Copy link

@michaeloffner Can you weigh in on this (or else on #6 which is pretty much the same question)?

@MordantWastrel
Copy link

@michaeloffner If this isn't going to be added, can we update the README so that it doesn't indicate that namespace is supported?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants